﻿2026-08-18T08:25:57.0165759Z ##[group]Run actions/checkout@v5
2026-08-18T08:25:57.0166481Z with:
2026-08-18T08:25:57.0166847Z   repository: BigscreenVR/spt-bs-core
2026-08-18T08:25:57.0169866Z   token: ***
2026-08-18T08:25:57.0170292Z   ssh-strict: true
2026-08-18T08:25:57.0170650Z   ssh-user: git
2026-08-18T08:25:57.0170986Z   persist-credentials: true
2026-08-18T08:25:57.0171356Z   clean: true
2026-08-18T08:25:57.0171718Z   sparse-checkout-cone-mode: true
2026-08-18T08:25:57.0172118Z   fetch-depth: 1
2026-08-18T08:25:57.0172452Z   fetch-tags: false
2026-08-18T08:25:57.0172797Z   show-progress: true
2026-08-18T08:25:57.0173150Z   lfs: false
2026-08-18T08:25:57.0173477Z   submodules: false
2026-08-18T08:25:57.0173823Z   set-safe-directory: true
2026-08-18T08:25:57.0174219Z   allow-unsafe-pr-checkout: false
2026-08-18T08:25:57.0174819Z ##[endgroup]
2026-08-18T08:25:57.0963498Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T08:25:57.0964952Z ##[group]Getting Git version info
2026-08-18T08:25:57.0965846Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T08:25:57.0966785Z [command]/usr/bin/git version
2026-08-18T08:25:57.0987329Z git version 2.43.0
2026-08-18T08:25:57.1003874Z ##[endgroup]
2026-08-18T08:25:57.1011189Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/6c60b284-0447-4c1e-b9fc-450160c30fa0/.gitconfig'
2026-08-18T08:25:57.1017867Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6c60b284-0447-4c1e-b9fc-450160c30fa0' before making global git config changes
2026-08-18T08:25:57.1019386Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T08:25:57.1021090Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T08:25:57.1073859Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T08:25:57.1093254Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:25:57.1102540Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T08:25:57.1105173Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T08:25:57.1123012Z refs/heads/diag/pump-188-heartbeat
2026-08-18T08:25:57.1128725Z [command]/usr/bin/git checkout --detach
2026-08-18T08:25:57.1187972Z HEAD is now at c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:25:57.1221763Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T08:25:57.1252105Z Deleted branch diag/pump-188-heartbeat (was c476f5b71).
2026-08-18T08:25:57.1360462Z ##[endgroup]
2026-08-18T08:25:57.1362757Z [command]/usr/bin/git submodule status
2026-08-18T08:25:57.1548748Z ##[group]Cleaning the repository
2026-08-18T08:25:57.1551981Z [command]/usr/bin/git clean -ffdx
2026-08-18T08:25:58.4244223Z Removing .adapter-notify/
2026-08-18T08:25:58.4245136Z Removing target/
2026-08-18T08:25:58.4254569Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T08:25:58.4320439Z HEAD is now at c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:25:58.4326812Z ##[endgroup]
2026-08-18T08:25:58.4328620Z ##[group]Disabling automatic garbage collection
2026-08-18T08:25:58.4332354Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T08:25:58.4355393Z ##[endgroup]
2026-08-18T08:25:58.4357039Z ##[group]Setting up auth
2026-08-18T08:25:58.4361449Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T08:25:58.4387886Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T08:25:58.4577488Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T08:25:58.4603360Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T08:25:58.4789830Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T08:25:58.4814225Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T08:25:58.4998595Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T08:25:58.5029656Z ##[endgroup]
2026-08-18T08:25:58.5031425Z ##[group]Fetching the repository
2026-08-18T08:25:58.5036929Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +40472409b5e0746eb2a208cb049f610131adbea3:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:25:58.9415311Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:25:58.9416842Z  + c476f5b71...40472409b 40472409b5e0746eb2a208cb049f610131adbea3 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T08:25:58.9438057Z ##[endgroup]
2026-08-18T08:25:58.9438629Z ##[group]Determining the checkout info
2026-08-18T08:25:58.9440529Z ##[endgroup]
2026-08-18T08:25:58.9444464Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T08:25:58.9481710Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T08:25:58.9503006Z ##[group]Checking out the ref
2026-08-18T08:25:58.9505778Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:25:58.9687144Z Warning: you are leaving 1 commit behind, not connected to
2026-08-18T08:25:58.9687740Z any of your branches:
2026-08-18T08:25:58.9687968Z 
2026-08-18T08:25:58.9688221Z   c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:25:58.9688568Z 
2026-08-18T08:25:58.9688819Z If you want to keep it by creating a new branch, this may be a good time
2026-08-18T08:25:58.9689414Z to do so with:
2026-08-18T08:25:58.9689585Z 
2026-08-18T08:25:58.9689763Z  git branch <new-branch-name> c476f5b71
2026-08-18T08:25:58.9690049Z 
2026-08-18T08:25:58.9694316Z Switched to a new branch 'diag/pump-188-heartbeat'
2026-08-18T08:25:58.9694903Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T08:25:58.9702100Z ##[endgroup]
2026-08-18T08:25:58.9740531Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T08:25:58.9766435Z 40472409b5e0746eb2a208cb049f610131adbea3
